home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 115 / macaddict115.cdr / Software / Development / phpstudio.dmg / PHP Studio.app / Contents / Frameworks / ASTruncatingTextField.h < prev    next >
Text File  |  2005-12-17  |  225b  |  11 lines

  1. /* ASTruncatingTextField */
  2.  
  3. // Simple extension of NSTextField which truncates the text.  Only draws left to right, base point is always 0,0.
  4.  
  5. #import <Cocoa/Cocoa.h>
  6.  
  7. @interface ASTruncatingTextField : NSTextField
  8. {
  9. }
  10. @end
  11.